Package | Description |
---|---|
oracle.pgx.common.types |
This package contains enums and helper classes identifying common Green-Marl types.
|
Modifier and Type | Method and Description |
---|---|
static ReturnType |
ReturnType.getTypeFor(Class<?> typeClass)
Returns the ReturnType based on a typeClass.
|
static ReturnType |
ReturnType.parseReturnType(String input)
Parse ReturnType from a string value.
|
static ReturnType |
ReturnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnType[] |
ReturnType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Copyright © 2015. All rights reserved.